home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- cursor([cast "curs", cast "mask"])
- puppetSprite(the currentSpriteNum, 1)
- puppetSprite(the currentSpriteNum + 1, 1)
- set the blend of sprite the currentSpriteNum to 50
- set the blend of sprite (the currentSpriteNum - 1) to 50
- end
-
- on mouseLeave
- cursor(-1)
- set the blend of sprite the currentSpriteNum to 100
- set the blend of sprite (the currentSpriteNum - 1) to 100
- end
-
- on mouseUp
- global documento
- cursor(-1)
- set the blend of sprite the currentSpriteNum to 100
- set the blend of sprite (the currentSpriteNum - 1) to 100
- set documento to "success"
- go(1, "tienda")
- puppetSound(0)
- end
-